home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / ins_msc / imc9106 / read.me < prev    next >
Text File  |  1991-05-09  |  2KB  |  22 lines

  1. ╔═══════════════════════════════════════════════════════════════════════╗
  2. ║  JUNE 1991                                         Inside Microsoft C ║
  3. ╟───────────────────────────────────────────────────────────────────────╢
  4. ║  Designing a high-resolution timing function - by David Reid          ║
  5. ║    STOPWATC.H - Global variables, #define's, and prototypes.          ║
  6. ║    STOPWATC.C - Initialization, timing, and termination functions for ║
  7. ║                 the high-res timer presented in the article.          ║
  8. ║    HRTIMER1.C - A complete program displaying the inaccuracies of the ║
  9. ║                 function HRTimer1() presented in Figure ??.           ║
  10. ║    HRTIMER2.C - A complete program which tests function HRTimer2()    ║
  11. ║                 presented in Figure ?? and calculates its accuracy.   ║
  12. ║                                                                       ║
  13. ║  More loop optimization techniques - by Richard Hale Shaw             ║
  14. ║    HRTIMER.C  - Compares the execution times of code presented in the ║
  15. ║                 article. Uses timing functions from STOPWATC.C.       ║
  16. ║    TESTFUNC.C - Contains all example test code from the article.      ║
  17. ║   _HR.BAT     - Compiles program with unoptimized test functions.     ║
  18. ║   _OHR.BAT    - Compiles program with optimized test functions.       ║
  19. ╟───────────────────────────────────────────────────────────────────────╢
  20. ║  Last updated: 9 May 1991                                             ║
  21. ╚═══════════════════════════════════════════════════════════════════════╝
  22.